home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / dependantscan / source / smakefile < prev   
Encoding:
Makefile  |  1995-11-14  |  758 b   |  26 lines

  1. obj = Object/
  2.  
  3. /DependantScan: $(obj)ProcessDirectory.o $(obj)RequesterError.o $(obj)LocaleDpS.o $(obj)DependantScan.o\
  4. $(obj)ArgumentsDpS.o
  5.     $(LD) <WITH <
  6. From LIB:c.o + $(obj)ProcessDirectory.o + $(obj)RequesterError.o + $(obj)LocaleDpS.o + $(obj)DependantScan.o +\
  7. $(obj)ArgumentsDpS.o
  8.  
  9. To /DependantScan
  10. Library lib:sc.lib + lib:amiga.lib
  11. <
  12.  
  13. $(obj)ProcessDirectory.o: ProcessDirectory.c ProcessDirectory.h
  14.     $(CC) $*.c
  15.  
  16. $(obj)RequesterError.o: RequesterError.c RequesterError.h
  17.     $(CC) $*.c
  18.  
  19. $(obj)LocaleDpS.o: LocaleDpS.c DependantScan.h
  20.     $(CC) $*.c
  21.  
  22. $(obj)DependantScan.o: DependantScan.c ProcessDirectory.h DependantScan.h RequesterError.h
  23.     $(CC) $*.c
  24.  
  25. $(obj)ArgumentsDpS.o: ArgumentsDpS.c DependantScan.h ProcessDirectory.h RequesterError.h
  26.     $(CC) $*.c